Method FindNodeByPath(List<StructureTreeNode>, string)
Find node by path (e.g. "Address1.Details.Floor")
public static StructureTreeNode? FindNodeByPath(List<StructureTreeNode> tree, string path)
Find node by path (e.g. "Address1.Details.Floor")
public static StructureTreeNode? FindNodeByPath(List<StructureTreeNode> tree, string path)